public int?ReadNullableInt32()
 {
     return(ProtocolBuffersEncoding.ReadNullableInt32(_stream));
 }