public Task DisableCancelAsync(CancellationToken cancellationToken = default) { CheckClosed(); return(_innerConnection.DisableCancelAsync(cancellationToken)); }