namespace Pilz.Updating.Client.Gui; public class UpdateEndedEventArgs(bool success) : EventArgs { public bool Success { get; } = success; }