internal void CopyFrom(ApplicationContainerSettingsElement source)
        {
            if (null == source)
            {
                throw FxTrace.Exception.ArgumentNull("source");
            }

            this.PackageFullName = source.PackageFullName;
            this.SessionId       = source.SessionId;
        }
        internal void CopyFrom(ApplicationContainerSettingsElement source)
        {
            if (null == source)
            {
                throw FxTrace.Exception.ArgumentNull("source");
            }

            this.PackageFullName = source.PackageFullName;
            this.SessionId = source.SessionId;
        }