public ushort ReadUint16() { CheckType(DebugSerializeType.Uint16, 16); return(bitStream.ReadUint16()); }