namespace GroupService.Domain.ValueObjects { public class UserProfile { public string NickName { get; set; } public string? Avatar { get; set; } } }