public void WriteBlobBuffer(byte[] buffer)
 {
     _outputStream.WriteBlobBuffer(buffer);
 }