public static void Shutdown() { if (_bootstrapper != null) { _bootstrapper.Dispose(); } }
protected override void OnApplicationEnd(object sender, EventArgs e) { _containerBootstrapper.Dispose(); base.OnApplicationEnd(sender, e); }