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