namespace FictionArchive.Service.NovelService.Models.DTOs; public class ImageDto : BaseDto { public string? NewPath { get; init; } }