static void Main(string[] args) { using (CommandLine command = new ExtractCommandLine(args)) { CommandLineBootstrap.Start(command); } }