using Microsoft.UI.Xaml; namespace Hyperbar.Desktop { public interface ITemplateGeneratorFactory { DataTemplate Create(); } }