public ChristmasTreeConcreteDecorator2(TreeBase tree) : base(tree) { }
protected ChristmasTreeDecoratorBase(TreeBase tree) { _treeBase = tree; }