private object GetParameterValueFromContext(ParameterInfo parameterInfo, IPipelineContext context) { return(context.GetValue(parameterInfo.Name)); }