The file /Users/neog/Apps/macOS/NEOGHub/NEOGCommand/Services/Notifications/NotificationService.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 1→import Foundation 2→import SwiftUI 3→import UserNotifications 4→import AppKit 5→ 6→@MainActor 7→final class NotificationService: NSObject, ObservableObject { 8→ static let shared = NotificationService()