public ActionResult <Candidate> CreateCandidate(Candidate candidate) { return(_interviewService.CreateCandidate(candidate)); }