public void Setup() { WithRealDb(); fakeJob = new FakeJob(); slowJob = new SlowJob(); brokenJob = new BrokenJob(); disabledJob = new DisabledJob(); }