public ulong ReadUint64() { CheckType(DebugSerializeType.Uint64, 64); return(bitStream.ReadUint64()); }