protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); var bootstrapper = new MigrationToolBootstrapper(); bootstrapper.Run(); }