protected override void Run()
        {
#if DEBUG
            MessageBox.Show("Attach debugger and press OK.");
#endif

            Application app = new Application();
            _bootstrapper = new CaliburnMicroBootstrapper(this);
            app.Run();

            this.Engine.Quit(0);
        }
        protected override void Run()
        {
            #if DEBUG
            MessageBox.Show("Attach debugger and press OK.");
            #endif

            Application app = new Application();
            _bootstrapper = new CaliburnMicroBootstrapper(this);
            app.Run();

            this.Engine.Quit(0);
        }