/**
  * Get / Set the userAgent
  *
  * @param string $userAgent Set the userAgent
  * @return void
  */
 public function userAgent($userAgent = null)
 {
     return Session::userAgent($userAgent);
 }