void OnApplicationStartup(object sender, StartupEventArgs e) { var bootstrapper = new Bootstrapper(); bootstrapper.Run(); }