namespace SabreTools.Helper { public interface IImport { bool ImportData(); } }