/// <summary>
        ///  Get the actual transformer.
        /// </summary>
        public Transformer GetActualTransformer()
        {
            ILayer layer = this.Self;

            return(layer.GetActualTransformer(this));
        }