private static void CreateEntry(IMGEntry parent, WZString obj) { parent.Name = obj.name; parent.value = new WZString(obj.value); }