public IAsyncResult BeginOpen(AsyncCallback callback, object state)
 {
     return(_innerChannel.BeginOpen(callback, state));
 }