public async Task <IActionResult> Work() { string result = await _infoService.GetWorkingConditions(); return(Ok(result)); }