public void Enable() { module.Enable(); }
public async Task EnableModule(IModule module) { await module.Enable(); }