protected override void OnStartup(StartupEventArgs theArgs) { var aBootstrapper = new Bootstrapper(); aBootstrapper.Run(); }