public HttpServer(IPEndPoint endpoint, params Assembly[] controllerAssemblies) { Endpoint = endpoint; RoutingManager = new RoutingManager(this, controllerAssemblies); }