namespace Models.Settings; public sealed class JobSearchLinkSettings { public string BaseUrl { get; set; } = string.Empty; }