public static void SetShort(this DObject obj, int property, short value) { obj.SetUShort(property, (ushort)value); }