public override async Task <sbyte> ReadByteAsync(CancellationToken cancellationToken) { return(await _wrappedProtocol.ReadByteAsync(cancellationToken)); }