public ClaimsToDownstreamPathMiddleware(OcelotRequestDelegate next,
                                         IOcelotLoggerFactory loggerFactory,
                                         IChangeDownstreamPathTemplate changeDownstreamPathTemplate)
     : base(loggerFactory.CreateLogger <ClaimsToDownstreamPathMiddleware>())
 {
     _next = next;
     _changeDownstreamPathTemplate = changeDownstreamPathTemplate;
 }