namespace SabreTools.Helper { public interface IGenerate { bool Export(); } }