using System; using System.Collections.Generic; namespace Host.Models; public record AnalyzeImportResponseDto( Guid Token, List Names );