public override Task <int> ReadAsync(byte[] buffer, int offset, int count, CancellationToken cancellationToken) { return(_inner.ReadAsync(buffer, offset, count, cancellationToken)); }