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