namespace Props.Options { public class SearchOptions { public const string Search = "Search"; public int MaxResults { get; set; } } }