public function getID()
 {
     // For ID, must make sure we use Slug, not SlugForURL otherwise ID will change!
     return $this->getURL() . '/history/' . $this->venueHistoryModel->getCreatedAtTimeStamp();
 }