public Server localServer(String name) throws InterruptedException { return (Server) this.serviceContainer.getService(Services.server(name, false)).awaitValue(); }
public Server networkServer(String name) throws InterruptedException { return (Server) this.serviceContainer.getService(Services.server(name, true)).awaitValue(); }