public void SetUp()
 {
     _forwardGeocodeResource = new Geocoding.ForwardGeocodeResource(_query);
 }
 public void SetUp()
 {
     this.fgr = new Geocoding.ForwardGeocodeResource(Query);
 }