public CartRemovedEvent(ShoppingCart instance) { _instance = instance; }
public CartExpiredEvent(ShoppingCart instance) { _instance = instance; }