/// <summary> /// Create one from an existing object; set its XML to the current state of the object. /// </summary> public ICmObjectSurrogate Create(ICmObject obj) { return(CmObjectSurrogate.CreateSnapshot(obj)); }