public async Task <IActionResult> GetIcons() { IEnumerable <CategoryIconsData> result = await _categoryGateway.GetIcons(); return(Ok(result)); }