public ExecutionResult(ThreadSyncTester tester, string name)
 {
     this.tester    = tester;
     this.name      = name;
     actionFinished = new ManualResetEvent(false);
 }