public LocationlQStreetLookup()
 {
     _client       = new RestClient("https://us1.locationiq.com/v1/");
     _listOfStates = StateCodes.MakeListOfStatesAndStateCodes();
 }