public async Task <IActionResult> GetAllContent() { return(Ok(await _service.GetAllTextContent())); }