public function getAllFromClient(ClientInterface $client, $limit = 5, $offset = 0, $orderby = null)
 {
     return $this->handler->getAllFromPersonByClient($this->person, $client, $limit, $offset, $orderby);
 }