How can I pass two or more parameters so that later they would be available using ``` location.arguments["param1"] location.arguments["param2"] ``` is it possible? Or I should use only payload for this case?