public async Task <JsonResult> GetAppById(int id) { return(Json(await AppBusiness.GetAppByIdAsync(id), JsonRequestBehavior.AllowGet)); }