public ushort ReadUInt16()
 {
     return(ProtocolBuffersEncoding.ReadUInt16(_stream));
 }