Hi,
So there are Call and CallWithContext for dbus.BusObject. The former is actually a proxy of the latter with context.Background. However, GetProperty and SetProperty don't have such variations and they always use context.Background. It would be plausible if we have something like GetPropertyWithContext and SetPropertyWithContext with custom context.