public async Task <IActionResult> Resource() { var result = await _recommendService.Resource(); return(Content(result, "application/json")); }