This method overrides the one from LocalizedRouteTrait.
private function createRoute(string $path) : Route { return (clone $this->route) ->setPath($path); }