public TimerWheelBenchmark()
 {
     this.timeouts  = TimerUtilities.GenerateTimeoutList(10000, 10000, 1000);
     this.mainWheel = TimerWheel.CreateTimerWheel(TimeSpan.FromMilliseconds(1000), 10);
     this.timerPool = new TimerPool(1);
 }