The provided Session class takes something conforming to NotificationPosting in its initializer, but it doesn't actually make use of it in the class. We need to either implement calls to fire off notifications in the updateItem() and deleteItem() methods or remove it as a requirement of the initializer.