namespace SYBDContracts.SearchModels { public class AutoSearchModel { public int? Id { get; set; } public string? StateNumber { get; set; } } }