}
@PostConstruct
public void validateDatabases() throws IOException {
CouchDatabase database = database();
CouchUtils.createDatabase(database, new TimeUuidIdGenerator(), "/push-server/json/account.json");
CouchUtils.validateDesign(database, designNames, prefix, suffix);
}