var downstreamReRoute = RequestScopedDataRepository.Get("DownstreamReRoute"); // todo check downstreamReRoute is ok var errors = RequestScopedDataRepository.Get>("Errors"); // todo check errors is ok var downstreamResponse = RequestScopedDataRepository.Get("DownstreamResponse"); // todo check downstreamResponse is ok var context = RequestScopedDataRepository.Get("DownstreamContext").Data; // todo check downstreamcontext is ok