namespace WebUI.Common.Models; public class Avatar { public uint AvatarId { get; set; } public string AvatarName { get; set; } = string.Empty; }