namespace StructureHelperCommon.Services.Exports { public interface IExportLogic { void Export(); } }