public static SimpleCalculatorBrowser Launch(Uri uri = null, string browser = "IE")
        {
            if (uri == null)
            {
                uri = new Uri("http://localhost:12115");          }

            var app = new SimpleCalculatorBrowser();
            app.Start(uri, browser);
            return app;
        }
        public static SimpleCalculatorBrowser Launch(Uri uri = null, string browser = "IE")
        {
            if (uri == null)
            {
                uri = new Uri("http://localhost:12115");          }

            var app = new SimpleCalculatorBrowser();
            app.Start(uri, browser);
            return app;
        }