public async Task <IActionResult> GetAll() { var products = await _productCatalogService.GetAll(); return(Ok(products)); }