public CommandResult(NotificationList notificationList) { this.Sucess = !notificationList.HasNotifications; this.Message = notificationList.ToString(); }