Guid?ICandidatesWorkflowCommand.GetStatusWorkflowId(Guid candidateId)
 {
     return(_repository.GetStatusWorkflowId(candidateId));
 }