public function getReportEntryCount($identifier)
 {
     $wrapper = new WufooApiWrapper($this->apiKey, $this->subdomain, $this->domain);
     return $wrapper->getReportEntryCount($identifier);
 }