private void OnHostConfigurationChanged(object sender, HostConfigurationChangedEventArgs eventArgs)
 {
     ClientProxyApiConfiguration config;
     hostSettings.TryRemove(eventArgs.HostName, out config);
 }
 private void OnHostConfigurationChanged(object sender, HostConfigurationChangedEventArgs hostConfigurationChangedEventArgs)
 {
     HttpClient client;
     clients.TryRemove(hostConfigurationChangedEventArgs.HostName, out client);
 }