using System.Collections.Generic; namespace Disco.Models.Services.Interop.DiscoServices { public class PluginLibraryIncompatibility { public List IncompatiblePlugins { get; set; } } }