public function __construct(MiddlewareContainer $middleware)
 {
     $middleware->dispatches(array('auth'), array(), array('logout'));
 }