public void Empty_constructor_returns_list_without_notifications() { var notificationList = new NotificationList(); notificationList.ShouldBeEmpty(); }