protected override RunStatus Run(object context)
 {
     if (!IsDone)
     {
         try
         {
             Professionbuddy.ChangeSecondaryBot(BotName);
         }
         finally
         {
             IsDone = true;
         }
     }
     return(RunStatus.Failure);
 }