AddHostedService to add my background service and have it communicate with the rest of the apps using channels, but if I try to do so on a MAUI app, the service never gets run. I searched online and I found https://shinylib.net/ but I am not sure if it will really serve my purposes since what I need is one big task instead of foreground services like in iOS or Android.