private ServiceRouter()
 {
     _direct = WebServiceModelConfiguration.Current.Client.Direct;
 }
 public WebClientConfig()
 {
     this.Direct          = new DirectTable();
     this.RouterAddresses = new MultiDictionary <string, string>(false);
 }
 public ClientConfig()
 {
     this.DefaultServiceNamespace = string.Empty;
     this.Direct          = new DirectTable();
     this.RouterAddresses = new MultiDictionary <string, string>(false);
 }