There is a service, and there is an application, upon completion of a certain operation in the service, the service must send a signal to the application. Also, when changing settings in the application, these settings should immediately be transferred to the service. How to implement this? What to use for interaction? I tried to use Pipes, but got stuck on the fact that you need to constantly listen to the "channel". Thanks for the help.