public DefaultHttpClientFactory(ISwitch <string, HttpClient> httpClientSwitch = null) { _httpClientSwitch = httpClientSwitch ?? Switch.Create <string, HttpClient>(); }