/// <inheritdoc />
 public Task WriteAsync(byte[] data, int offset, int count)
 {
     return(ManagedStream.WriteAsync(data, offset, count));
 }