public async Task <ProductModel> Get(int id)
 {
     return(await _productModelFactory.PrepareProductAsync(id));
 }