public function fetchPairs($key = NULL, $value = NULL)
 {
     return FetchPairsHelper::process($this->getIterator(), $key, $value);
 }