void ICandidatesWorkflowCommand.DeleteActivationEmailWorkflow(Guid memberId)
 {
     _repository.DeleteActivationEmailWorkflow(memberId);
 }