namespace SurveyLib.Core.Tools; public interface IDataExporter { Task ExportDataBySurveyIdAsync(int surveyId); }