public void Handle(PathPersisteCompleted eventData)
 {
     if (eventData.HasExceptionInPersist)
     {
         calculatorSession.HasEmployeeCalculationFailed = true;
     }
     pathPersisterTrigger.Set();
 }
 public void Handle(PathPersisteCompleted eventData)
 {
     throw new NotImplementedException();
 }