mixed $value:
public function addConfigSetting(string $name, $value) : bool { return $this->addSubNode('config', $name, $value); }