private IEnumerable <ModuleManifest> GetModuleManifestsWithSettings()
 {
     return(_manifestProvider.GetModuleManifests().Values
            .Union(_predefinedManifests)
            .Where(m => m.Settings != null && m.Settings.Any()));
 }