namespace Buckets.Logic { public class OverflowEventArgs(int overflowAmount) : EventArgs { public int OverflowAmount { get; } = overflowAmount; } }