public function display(RequestInterface $request, Response $response)
 {
     if ($this->plugin instanceof PluginInterface) {
         $this->plugin->getBlacklisted()->display($request, $response);
     }
 }