@After
 public void clearRepos() {
   repository.deleteAll();
   streamDefinitionRepository.deleteAll();
 }