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