/**
  * @param $id
  * @return User|null
  */
 public function getUserByID($id)
 {
     return $this->usersReader->getUserByID($id);
 }