public TestBase()
 {
     this.jobRunFakeTuples         = new FakeGeneratedJobRunsStore();
     this.ProgressChannelStore     = new ProgressChannelStore();
     this.jobRunInformationService = new JobRunInfoServiceMock(this.jobRunFakeTuples);
 }
 public JobRunInfoServiceMock(FakeGeneratedJobRunsStore fakeStore)
 {
     this.fakeStore = fakeStore;
 }