using System; namespace ArchestrAServices.Common; public class WindowsServiceStatusChangedEventArgs : EventArgs { public bool IsRunning { get; set; } }