internal LatestLoyaltyEndpoints(string userAgent, IWebClient webClient, bool testing = false)
 {
     _internalLatestLoyalty = new InternalLatestLoyalty(webClient, userAgent, testing);
 }
 public LatestLoyaltyEndpoints(string userAgent, bool testing = false)
 {
     _internalLatestLoyalty = new InternalLatestLoyalty(null, userAgent, testing);
 }