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