public void Logout(LogoutUICommand command)
 {
     _systemUserLogic.Logout(command.AuthenticationToken);
 }