protected override object CreateOutputObject(AsyncFunctionFactoryStub stub)
 {
     return(tupleCreator(new[]
     {
         (Action)stub.ClearCache,
         base.CreateOutputObject(stub)
     }));
 }
 protected virtual object CreateOutputObject(AsyncFunctionFactoryStub stub) =>
 staticCreatorFactory.CreateFuncDelegate(stub);