public void RecordEventDispatch(TimeSpan elapsed)
 {
     _profiler.RecordEventDispatch(elapsed);
 }