public void OnGet(string id)
 {
     Product = _productQuery.GetProductDetails(id);
 }