public void TestDoAssignRolesJob()
 {
     var sut = new AssignRolesJob(new TimeKeeper(null));
      var outcome = sut.DoJob();
      Assert.IsFalse(string.IsNullOrEmpty(outcome));
 }