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