public static void Main()
 {
     ConsoleApp.App app = new ConsoleApp.App();
     app.InitializeComponent();
     app.Run();
 }