}
}
public static void main(String[] args) throws Exception {
// Construct a DfaSession.
DfaSession session = new DfaSession.Builder()
.withUsernameAndToken(USERNAME, TOKEN)
.withApplicationName(APPLICATION_NAME)
.withEnvironment(DfaSession.Environment.TEST)
.build();