Imagine a use case, where an activity starts a service. When starting the Service, the Activity also passes a callback function to be called when Service is completed. What will happen, if the activity is not in focus(onPause) and Service tries to call, the callback function?