public MailNotificationCommands(ILogService logger, WebContextService contextService) { _logService = logger; _contextService = contextService; //_blobManager = new BlobManager(new string[] { "mailslog" }); _blobManager = new BlobManager(Infrastructure.Services.ConfigSettingsService.Get("DataConnectionString")); _blobManager.CreatePrivateContainerIfNotExists("mailslog"); }