namespace FictionArchive.Service.NovelService.Contracts; public record ImportNovelResult(Guid ImportId, string NovelUrl);