public LEMngIntegrationTests()
        {
            this.Services = DiHelper.GetServiceProvider();
            Settings      = Services.GetService <IOptions <AppSettings> >().Value;

            EnvHelper.SetAzureAccessEnvironment();
        }