/// <summary>
        /// Initializes the singleton application object. This is the first line of authored code executed.
        /// </summary>
        public App()
        {
            UserAgentMarker = UserAgentHelper.GetUserAgent();

            UserAgentHelper.SetUserAgent(UserAgentHelper.Chrome);

            InitializeComponent();
            Suspending += OnSuspending;
        }