static void ServiceSetup(SchedulingService service) { service.Hourly().Run <MyFirstJob>(); service.Daily().Run <MySecondJob>(); }