public async Task <ActionResult> Index() { await embedService.SetReportEmbedConfigAsync(); return(View(embedService.EmbedConfig)); }