public ChannelFactory <IWcfAsyncDiscoveryService> CreateChannelFactory(TokenServiceCredentialType endpointType)
 {
     return(this.service.CreateChannelFactory(endpointType));
 }
 public ChannelFactory <TService> CreateChannelFactory(TokenServiceCredentialType endpointType)
 {
     return(_createChannelFactory3(_config, endpointType));
 }