When I annotate a class/method with (:background) then it is available in the background app. So basically only the :background annotated code goes to the background app. But much of this code is not really needed in the foreground app. Is there a way to exclude some of it from the foreground app?