namespace GamificationService.Models.DTO; public class RoleDTO { public string Name { get; set; } public string Description { get; set; } }