public TimeSpan Sleep() { return(retryInterval.GetInterval(currentTry)); }
public int Sleep() { return(retryInterval.GetInterval(currentTry)); }