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