public async Task <IActionResult> GetTextContentById(int id) { return(Ok(await _service.GetTextContentById(id))); }