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