public sbyte ReadSByte()
 {
     return(ProtocolBuffersEncoding.ReadSByte(_stream));
 }