public static void Main(params string[] args) { ConsoleEnvironment env = ConsoleEnvironment.Create(args); env.Run(); }