public TestLogClient(string logKey, string apiKey)
     : base(logKey, apiKey, PostServer, PostVersion, false)
 {
     HttpClient = new TestHttpClient();
     this.SetHttpClient(HttpClient);
 }