namespace JSMR.Application.Circles.Queries.Search; public class CircleSearchCriteria { public string? Name { get; init; } }