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