Can we pass parameters to Pipeline component.Example we are using a decode custom pipeline component which replaces a string with another.so here can we have two properties,one is what string to be replaced and one is with what string,so that these two strings can be used in IBaseExecute method.