public async Task <IActionResult> CreateContent(PageContent content) { await _pageContentService.Save(content); return(Ok(content.Id)); }