namespace NAPS2.EtoForms; public interface IFormFactory { T Create() where T : IFormBase; }