public async Task <List <Recommendation> > GetByProductSlug(string slug)
 {
     return(await _repo.GetByProductSlug(slug));
 }