using System; namespace OfficeHelper { public interface IImport { object excute(); } }