public sbyte?ReadNullableSByte()
 {
     return(ProtocolBuffersEncoding.ReadNullableSByte(_stream));
 }