protected override void Initialize()
        {
            base.Initialize();

            this.transformation = new ImplementCloneableAspectTransformation(this);
            this.ApplyWaivedEffects(this.transformation);
        }
        protected override void Initialize()
        {
            base.Initialize();

            this.transformation = new ImplementCloneableAspectTransformation( this);
            this.ApplyWaivedEffects( this.transformation );
        }