namespace NzbDrone.Common.Composition { public class PluginStatus { public bool Enabled { get; set; } } }