public byte ReadByte()
 {
     return(ProtocolBuffersEncoding.ReadByte(_stream));
 }