public override IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback callback, object state) { return(_inner.BeginRead(buffer, offset, count, callback, state)); }