private void OnRunStarting(RunStartingEventArgs ea)
 {
     _view.OnRunStarting(ea.TestCount);
 }