public virtual void BeforeBatch(TestBatch batch)
 {
     this.counter = new TestCounter(batch.GetTestCount());
 }