internal LatestKillmailsEndpoints(string userAgent, IWebClient webClient, bool testing = false)
 {
     _internalLatestKillmails = new InternalLatestKillmails(webClient, userAgent, testing);
 }
 public LatestKillmailsEndpoints(string userAgent, bool testing = false)
 {
     _internalLatestKillmails = new InternalLatestKillmails(null, userAgent, testing);
 }