pub type NoopCallFuture = Box<dyn Future<Item = Option<Output>, Error = ()> + Send>;
Dummy future used as a noop call result of middleware.