public static int GetInt(this DObject obj, int property, int def) { return((int)obj.GetUInt(property, (uint)def)); }