public BaseTimedBackgroundTaskFixture()
 {
     _task = new TestableTimedBackgroundTask(new Mock <IEventAggregator>().Object);
 }
 public BaseTimedBackgroundTaskFixture()
 {
     _task = new TestableTimedBackgroundTask(new Mock<IEventAggregator>().Object);
 }