bool ICompletable.TryComplete(bool isAsync)
 {
     return(ConnectionMultiplexer.TryCompleteHandler(handler, sender, this, isAsync));
 }