/// <summary> /// Logouts the user. /// </summary> public void Logout() { _loginServices.LogoutUser(string.Empty, false); }