public CountTakerActor(TestResults testResults)
 {
     TestResults = testResults;
     self        = SelfAs <ICountTaker>();
 }