public void SendEmailToTheSalesTeam(PricingQuery pricingQuery)
 {
     throw new System.NotImplementedException();
 }
 public void RegisterPricingQuery(PricingQuery pricingQuery)
 {
     throw new System.NotImplementedException();
 }