namespace CvMatcher.Models.Responses; public sealed class CreateJobSearchTokenResponse { public string TokenId { get; set; } = string.Empty; }