public async Task <ProductData> GetProductByCodeAsync(string code) { return(await productApi.GetAsync(code)); }