public long NextExecution(Host lastQueried)
 {
     if (_executions++ < 1)
     {
         return(500L);
     }
     _policy.SetScheduledMore(this, _executions);
     return(0L);
 }