public MemoryAllocator(Xbox box) => Box = box;
public ThreadManager(Xbox box) { Box = box; Cpu = Box.Cpu; }