public uint?ReadNullableUInt32()
 {
     return(ProtocolBuffersEncoding.ReadNullableUInt32(_stream));
 }