public void DidAppStart()
        {
            var mainPage = new MainPage();

            mainPage.AppStarted();
        }