public static long GetLong(this DObject obj, int property, long def) { return((long)obj.GetULong(property, (ulong)def)); }