using Wino.Domain.Enums; namespace Wino.Domain.Models.Translations { public record AppLanguageModel(AppLanguage Language, string DisplayName); }