public class RebelForumDemoMain {
public static void main(String[] args) {
RebelForumConfigurationMock conf = new RebelForumConfigurationMock(8888);
conf.authenticatorMock().createAccount(
new Account("Yoda", "yoda's secret"));
conf.authenticatorMock().createAccount(
new Account("Luke", "luke's secret"));
conf.intelligenceHintSystemMock().createHint(
"Boba Fett after rebel?",
"Several sources have reason to believe Darth Vader"
+ " hired bounty hunters, Boba Fett among them,"