using System; namespace ScreenConnect; public class ThreadRunnerStoppedEventArgs : EventArgs { public bool WasUnexpected { get; init; } }