namespace Toolkit.Foundation; public record RemoveAt { public static RemoveAtEventArgs As(int index) => new(index); }