public static IPipeline AddLast(this IPipeline pipeline, string name, Action action) { return(pipeline.AddLast(name, new ActionHandler(action))); }