namespace Toolkit.Foundation; public record RemoveEventArgs(TValue Value); public record RemoveAndInsertEventArgs(TValue Value);