protected void setUp() throws Exception {
this.database = LevelDBProvider.instance().databaseFrom(TEST_DATABASE);
LevelDBProvider.instance().purge(this.database);
this.eventStore = new MockEventStore(new PersistenceManagerProvider() {});
assertNotNull(eventStore);
this.publishedNotificationTrackerStore =
new LevelDBPublishedNotificationTrackerStore(