Hard to tell what your end result is meant to be, but you can't "return"
multiple times in a single function. If you're wanting 10 responses of
"Hello ", you'll need to call the function 10 times.Also, if
your action is a web action and is invoked by a web service, the params
object contains a lot more information than just the parameters you're
passing into the function.