public uint ReadUInt32()
 {
     return(ProtocolBuffersEncoding.ReadUInt32(_stream));
 }