private void SetInnerType(ConfigType ContentField) {
     this.ContentField = ((ConfigType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
 public Configuration(ConfigType content) {
     SetInnerType(content);
 }