Hi, as Adam said, the mapping of a service task name to the handler implementation is pre-configured and cannot be changed at runtime afaik. You would either create two different handlers or have one that is smart enough to do whats needed depending on that parameters you pass in.
Hope this helps.