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