public GenesysHttpClient(GenesysConfig config, HttpClient http)
 {
     _http   = http;
     _config = config;
 }
 public GenesysHttpClient(GenesysConfig config) : this(config, new HttpClient())
 {
 }