122123124125126127128
ok(value); } } public static void main(String[] args) throws IOException, InterruptedException { new DependenciesBuilder().add(new TestModule()).build().getInstance(Server.class).start().await(); }