I have a silent remote notification coming in on a SwiftUI app. It is not picked up by the UNUserNotificationCenter, but rather, by the old AppDelegate didReceiveNotification func. What is the solution for notifying ContentView() that a change has occurred? An ObservableObject in AppDelegate?