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