public override bool Excecute(Automaton am, GridClient client, bool force)
 {
     result.success = am.Logout();
     return result.success;
 }