namespace Toolkit.Foundation; public record MoveToEventArgs(int OldIndex, int NewIndex);