protected void Purchase(Guid pid)
 {
     PurchaseRequest?.Invoke(pid);
 }
 public void BuyProduct()
 {
     PurchaseRequest?.Invoke(Product);
 }