async void DoLogoutCommand()
        {
            SessionService.LogOut();

            IsLoggingOut = true;

            await _mLearningService.LogoutUser(UserID);

            ShowViewModel <LoginViewModel>();
        }