public static string GetWorldHighway(IProjectSettings that) => that.Value <string>("worldHighway");
public static string GetTypeHouse(IProjectSettings that) => that.Value <string>("typeHouse");
public static string GetTypeProperty(IProjectSettings that) => that.Value <string>("typeProperty");
public static string GetTheDistrict(IProjectSettings that) => that.Value <string>("theDistrict");
public static string GetPriceFilter(IProjectSettings that) => that.Value <string>("priceFilter");
public static string GetNumberOfBedrooms(IProjectSettings that) => that.Value <string>("numberOfBedrooms");
public static string GetFacingHouse(IProjectSettings that) => that.Value <string>("facingHouse");
public static string GetAcreageFilter(IProjectSettings that) => that.Value <string>("acreageFilter");