private void ExtractConfigurationFiles()
 {
     Console.WriteLine("Getting configuration items");
     _updateOrdersAndInventoryConfigSection = new UpdateOrdersAndInventoryConfigSection();
     _updateOrdersAndInventoryConfigSection.SetConfigItemsFromFile(_configurationPath);
     _accountSettingsConfigSection = new AccountSettingsConfigSection();
     _accountSettingsConfigSection.SetConfigItemsFromFile(_updateOrdersAndInventoryConfigSection.AccountSettings.Value);
 }