public JobSchedule(JobQueue jobs, DateTime startTime, int maxTimes, TimeSpan interval) : this(jobs, startTime, maxTimes, interval, null) { }