namespace Metadata.Features.Files; public interface IFileImport { Task Import(string fileName, int batchSize, CancellationToken cancellationToken); }