public ActionResult <List <PointFeature> > GetAddressFeatures(int house, string street)
 {
     return(PointFeature.GetFeaturesByAddress(house, street, _config.GIS));
 }