}
String username = "testuser" + (int) (Math.random() * Integer.MAX_VALUE);
String password = username;
CurrentBoard board = new CurrentBoard();
ClientFramework client = new MarboardClientFramework(board);
client.connect(server, 4851);
AccountResult account = client.createAccount(username, password, "email@mailinator.com");