public static int Main(string[] args) { Application app = new Application(args); bool success = app.Execute(); return success ? 0 : 1; }