public function getGroupedSettings(ClientInterface $client = null, CategoryInterface $category = null)
 {
     return $this->handler->getGroupedSettings($this->person, $client, $category);
 }