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