public void Execute(object command, IWatch executor)
 {
     try
     {
        executor.Intialize(command);
     }
     finally
     {
         _container.Release(executor);
     }
 }