public async Task Logout(iLoginLogoutService logoutService) { await logoutService.Logout(CurrentUser); _currentUser = null; }