void ICandidatesWorkflowCommand.DeleteStatusWorkflow(Guid candidateId)
 {
     _repository.DeleteStatusWorkflow(candidateId);
 }