I have a service that runs in the background and synchronizes data. I register a controller as a callback and when the update happens I would like to fire off a callback. All of this works great, however, now inside that callback I want to call another function in the service....I have a service that runs in the background an