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