namespace Toolkit.Foundation; public interface IEventParameter { List GetValues(EventArgs args); }