Guid?ICandidatesWorkflowCommand.GetActivationEmailWorkflowId(Guid memberId)
 {
     return(_repository.GetActivationEmailWorkflowId(memberId));
 }