Is there a way to pass multiple values to a single parameter? Like a string array ``` psake test -parameters @{testProjects=@("Api,Acceptance")} ``` I tried a few things but the `,` gets interpreted as a new parameter