namespace Toolkit.Foundation; public record RemoveAndInsertAtEventArgs(int OldIndex, int NewIndex, TValue Value);