namespace Toolkit.Foundation { public interface IParameter { string? Key { get; } KeyValuePair? GetValue(object target); } }