public async Task <Candidate> AddCandidateAsync(Candidate candidate) { return(await _candidatesRepository.AddAsync(candidate)); }