public
class AddressDetails
{
public int HouseNo { get; set; }
public string StreetName { get; set;}
public string City { get; set; }