public async Task <IActionResult> GetCompanies() { var companies = await _interviewService.GetCompanies(); return(Ok(companies)); }