/// <summary> /// Initializes a new instance of the <see cref="XslExtensions"/> class. /// </summary> public XslExtensions() { this.shoppingCartEvents = new ShoppingCartEvents(); this.checkoutEvents = new CheckoutEvents(); this.authentificationEvents = new AuthentificationEvents(); this.navigationEvents = new NavigationEvents(); }