public ShowCaseDecoratorA(IShowCase showcase) : base(showcase) { }
protected Decorator(IShowCase showcase) { ShowCase = showcase; }