/**
  * Check query filter
  *
  * @param FilterTestable $filter
  * @return FilterTestable|string
  * @throws Exception
  */
 public function checkQueryFilter(FilterInterface $filter = null)
 {
     return parent::checkQueryFilter($filter);
 }