/**
  * @return bool
  */
 public function isSessionBlocked()
 {
     return Session::isBlocked();
 }