public string Execute(string input, PipelineContext context) { context.Cancel(); return("a value"); }