// Program.cs using System.Reflection; using Cogwheel; ICogwheelConsole cogwheelConsole = new DeafultCogwheelConsole(); CommandsManager commandsManager = new CommandsManager(); commandsManager.AddAssembly(Assembly.GetExecutingAssembly()); COGWHEEL.Initialize(commandsManager, cogwheelConsole);