public static void SetLong(this DObject obj, int property, long value) { obj.SetULong(property, (ulong)value); }