public async Task <IActionResult> GetRecommand() { var apiMsg = await ApiMessage.Wrap(async() => { return(await contentBusiness.GetRecommandContent()); }); return(Json(apiMsg)); }