generate a receive_signal_name with dbus_proxy
Often you don't want to attach a callback to the signal handler but just await for it and get the response it had. Currently Proxy has a receive_signal function. It would be nice if it can be exposed per signal using #[dbus_proxy(signal)]