/**
  * @param $sessionId
  * @return bool
  */
 public function blockSession($sessionId)
 {
     return Session::blockById($sessionId);
 }