using System.Linq; namespace NzbDrone.Common.Eventing { public interface IEvent { } }