public async Task <Candidate> AddCandidateTestAsync(Candidate candidate) { return(await _repository.AddCandidateTestAsync(candidate)); }