/**
  * @param $age
  * @return $this
  */
 public function withAgeOfPeople(AgeOfPeopleFilter $age)
 {
     $this->appendArrayValueToRequestDetails("age_of_people", $age->getValue());
     return $this;
 }