private static Prevayler<Club> initPrevayler() {
String dataPath = "target/PrevalenceBase_" + System.currentTimeMillis();
try {
return PrevaylerFactory.createPrevayler(new Club(), dataPath);
} catch (Exception e) {
throw new IllegalStateException(e);
}
}