public NotificationLog CreateNotificationLog(NotificationLogId notificationLogId) { var count = eventStore.CountStoredEvents(); return(CreateNotificationLog(new NotificationLogInfo(notificationLogId, count))); }