public async Task <IEnumerable <Availability> > ListByProviderIdAndProductIdAsync(int providerId, int productId)
 {
     return(await _availabilityRepository.ListByProductIdAsync(productId));
 }