public async Task <Candidate> AddVacancyCandidate([FromBody] VacancyIdCouple couple) { return(await repository.AddVacancyCandidate(couple)); }