NotificationManager?.Show(newAvalonia.Controls.Notifications.Notification("Welcome","Avalonia now supports Notifications.",NotificationType.Information));
NotificationManager?.Show(newAvalonia.Controls.Notifications.Notification("Error","Native Notifications are not quite ready. Coming soon.",NotificationType.Error));
});
YesCommand=MiniCommand.Create(()=>
{
NotificationManager?.Show(newAvalonia.Controls.Notifications.Notification("Avalonia Notifications","Start adding notifications to your app today."));