protected static void ToOriginalXmlFormat(SceneObjectPart part, XmlTextWriter writer)
 {
     part.ToXml(writer);
 }