namespace Toolkit.Foundation; public interface IHandlerProvider { IEnumerable Get(object key); }