static void Main(string[] args) { CommandLineInterface CLI = new CommandLineInterface(); CLI.Intro(); CLI.Run(); }