/**
  * @return static
  */
 public function startSession()
 {
     return Session::start();
 }