public IEnumerable <Product> GetTopProducts(
     int first,
     [Service] ProductRepository repository) =>
 repository.GetTopProducts(first);