public async Task <IActionResult> GetBrands() { var result = await _otherService.GetBrandsAsync(); return(Ok(result)); }