public ulong ReadPointer(ulong address) => MemoryReader.ReadPointer(address);
public bool ReadPointer(ulong address, out ulong value) => MemoryReader.ReadPointer(address, out value);