public FxMiddleware(IPipelineFactory pipelineFactory)
 {
     this.pipelineBuilder = pipelineFactory.UseExceptionHandler(this.ExecuteFunctions);
 }