public IActionResult Get() { _logger.LogInformation("Get candidates list log"); return(Ok(_candidate.GetAllCandidates())); }