public ExecutionContext(SetupContext setupContext, HttpActionContext httpActionContext) { _setupContext = setupContext; _httpActionContext = httpActionContext; _httpClient = _setupContext.HttpClient(); }