Removes the given entity and its associated components from the registry.
void removeEntity(Entity entity) { _di.removeGroup(groupEntity: entity); }