namespace CvMatcher.Models.Responses; public sealed class CreateJobSearchTokenResponse { /// /// The generated token ID, or null when no job providers are currently enabled. /// Callers must check for null before building the job-search link. /// public string? TokenId { get; set; } }