public async Task <ProductDTO> GetProductById(int id)
 {
     return(await _productQuery.GetProductAsync(id));
 }