public void ThenRun(Action toRun)
 {
     throttle = throttleFactory.CreateThrottle(toRun, throttleTime);
 }