public async Task Service_Permits_Null_Publisher()
 {
     var configurationService = new Hosting.ConfigurationService(_logger, _provider);
     await configurationService.PublishChanges(ListRandomFiles(1));
 }