public static void RemoveEntityDefinition(IEntityDefinition definition) { EntityDefinitions.TryRemove(definition.EntityType, out _); }