Inheritance: extends Sulu\Component\Websocket\AbstractWebsocketApp, implements Ratchet\MessageComponentInterface
 public function __construct($appName, MessageDispatcherInterface $messageDispatcher, $firewallName, Cache $contextsCache)
 {
     parent::__construct($appName, $messageDispatcher, $contextsCache);
     $this->firewallName = $firewallName;
 }