/**
  * @return bool
  */
 public function isSessionLocked()
 {
     return Session::isLocked();
 }