namespace Toolkit.Foundation { public interface IHandlerProvider { IEnumerable Get(Type type, object? key = null); } }