1endpoint NotificationServer = 95 2{ 3 // Basic protocol 4 Greet() => (i32 client_id) 5 6 ShowNotification(String text, String title) =| 7}