public void AddToken(ExecutionToken token) { executionChain.Enqueue(token); }
public TestMiddleware(ExecutionToken token) { this.token = token; }