new DataCreator().run(ec);
ec.saveChanges();
ERXDefaultRestDelegate restDelegate = new ERD2RestDelegate();
IERXRestAuthenticationDelegate authenticationDelegate = new IERXRestAuthenticationDelegate() {
public boolean authenticate(ERXRestContext context) {
return context.context().hasSession() && ((Session)context.context().session()).isLoggedIn() || true;
}