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