/** <inheritDoc /> */
        public override int Read(byte[] buffer, int offset, int count)
        {
            _stream.Read(buffer, offset, count);

            return(count);
        }