public function load() {
    $playerData = $this->sportsDbClient->doRequest('lookupplayer.php', array('id' => $this->properties->id));
    if (isset($playerData->players)) {
      $this->update($this->entityManager->mapProperties(reset($playerData->players), $this->getEntityType()));
      return;