internal LatestLocationEndpoints(string userAgent, IWebClient webClient, bool testing = false)
 {
     _internalLatestLocation = new InternalLatestLocation(webClient, userAgent, testing);
 }
 public LatestLocationEndpoints(string userAgent, bool testing = false)
 {
     _internalLatestLocation = new InternalLatestLocation(null, userAgent, testing);
 }