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