public IDisposable ApplyIntegrationContext()
        {
            if (ServiceHostingEnvironment.AspNetCompatibilityEnabled)
            {
                return(currentThreadData.CreateContext());
            }

            return(null);
        }