namespace WinGreedWPF.StartupHelpers { public interface IAbstractFactory { T Create(); } }