namespace GamificationService.Models.DTO; public class InstructionCategoryDTO { public long? Id { get; set; } public string? Title { get; set; } = null!; }