public static void SetInt(this DObject obj, int property, int value) { obj.SetUInt(property, (uint)value); }