//^^
//{[{
        private async void OnLoggedOut(object sender, EventArgs e)
        {
            ActivationService.SetShell(new Lazy <UIElement>(CreateShell));
            await ActivationService.RedirectLoginPageAsync();
        }
//^^
//{[{
        private async void OnLoggedOut(object sender, EventArgs e)
        {
            await ActivationService.RedirectLoginPageAsync();
        }