public void Initialize()
        {
            this.manager = new Mock<IPatternManager>();
            this.current = Mock.Of<IProductElement>();

            this.publisher = new OnElementActivatedEvent(this.manager.Object, this.current);
        }
        public void Initialize()
        {
            this.manager = new Mock <IPatternManager>();
            this.current = Mock.Of <IProductElement>();

            this.publisher = new OnElementActivatedEvent(this.manager.Object, this.current);
        }