public static short GetShort(this DObject obj, int property, short def) { return((short)obj.GetUShort(property, (ushort)def)); }