namespace GroupService.Domain.ValueObjects { public class GroupProfile { public string GroupName { get; set; } public string Avatar { get; set; } } }