using NzbDrone.Common.Eventing; namespace NzbDrone.Core.Lifecycle { public class ApplicationStartedEvent : IEvent { } }