public async Task <IActionResult> GetHopeContent() { HopeEntity oHope = await _mainPage.GetHopeContent(); return(Ok(oHope)); }