public void LogInformationIncludeCorrelationId()
        {
            var message = "Message1";

            applicationInsightsLogService.LogInformation(message);

            correlationIdProvider.Verify(x => x.CorrelationId, Times.Once());
        }