namespace LctMonolith.Models.DTO; public class CreateSkillDto { public string Title { get; set; } = string.Empty; }