public function __construct(Container $container, ServerInterface $next) { $this->container = $container; $this->next = $next; }