Server.withPort(0).serve("/.meta/prefixes.txt").withBehaviours(
Behaviours.content(remotePrefixFile()));
server.start();
// we need one hosted repo only, so build it
environmentBuilder = new EnvironmentBuilder()
{
@Override
public void startService() {
}