public Product GetProduct(
     int upc,
     [Service] ProductRepository repository) =>
 repository.GetProduct(upc);