public void FixtureSetUp()
 {
     _geoService = new GeoService();
 }
 public ApiController()
 {
     _geoService = new GeoService();
 }