protected function _renderFilters()
 {
     if (!$this->isExtensionConfigured()) {
         return parent::_renderFilters();
     }
     // Do nothing. The results returned by the API are already filtered
     // and the collection is filtered to only include those results
     // in _loadEntities()
     return $this;
 }