public void AddNotifications(IEnumerable <Notification> notifications) => Notifications = Notifications.Concat(notifications ?? Array.Empty <Notification>()).ToList();
public void AddNotifications(IEnumerable <Notification> notifications) => Notifications.Concat(notifications);