namespace Producer.Features.Text; public class SearchOptions { public int Threshold { get; init; } = 60; }