namespace Toolkit.Foundation { public interface INamedTemplateFactory { object? Create(string name); } }