public Task FlushAsync(CancellationToken cancellationToken = default) { return(_innerStream.FlushAsync(cancellationToken)); }