public async Task <IActionResult> AboutUs() { string result = await _infoService.GetInfoAboutUs(); return(Ok(result)); }