/**
  * {@inheritdoc}
  */
 public function setLastLoginTime($timestamp)
 {
     return $this->subject->setLastLoginTime($timestamp);
 }