namespace API.DTOs.Account; public class LicenseValidDto { public required string License { get; set; } public required string InstallId { get; set; } }