namespace NzbDrone.Core.Notifications { public interface INotifcationSettings { bool IsValid { get; } } }