namespace FictionArchive.Service.NovelService.Models.Novels; public class TranslationEngine : BaseEntity { public string Key { get; set; } public string DisplayName { get; set; } }