public function getIterator()
 {
     return new \ArrayIterator($this->payload->toArray());
 }