protected void configureServlets() {
rpc(ChangeListServiceImpl.class);
rpc(SuggestServiceImpl.class);
rpc(SystemInfoServiceImpl.class);
install(new AccountModule());
install(new ChangeModule());
install(new PatchModule());
install(new ProjectModule());
}