1*0df00be0SBrad Bishop makeMethod<SDBusPlus>(
2*0df00be0SBrad Bishop ${indent(1)}ConfigInterfaces::get()[${c.service}],
3*0df00be0SBrad Bishop ${indent(1)}ConfigPaths::get()[${c.path}],
4*0df00be0SBrad Bishop ${indent(1)}ConfigInterfaces::get()[${c.interface}],
5*0df00be0SBrad Bishop ${indent(1)}ConfigProperties::get()[${c.method}],
6*0df00be0SBrad Bishop ${indent(1)}${(',\n' + indent(1)).join([val.argument(loader, indent=indent +1) for val in c.args])})\
7