public async Task InstallCommands() { await _commandService.AddModulesAsync(Assembly.GetEntryAssembly()); Unity.Resolve <Loggers.StatusLogger>().LogToConsole("Installed command modules"); }