public CallbackMiddleware(RequestDelegate next, CallbackMiddlewareImpl impl)
 {
     this.next = next;
     this.impl = impl;
 }
 public CallbackMiddleware(RequestDelegate next, CallbackMiddlewareImpl impl)
 {
     _next = next;
     _impl = impl;
 }