protected BodyPluginViewSettings(BodyPluginViewSettings source)
        {
            if (source == null)
            {
                throw new ArgumentNullException("source");
            }

            this.bodies = source.bodies;
            this.hands  = source.hands;
        }
        protected BodyPluginViewSettings(BodyPluginViewSettings source)
        {
            if (source == null)
            {
                throw new ArgumentNullException("source");
            }

            this.bodies = source.bodies;
            this.hands = source.hands;
        }