namespace DualScreenDemo { public class SearchRequest { public string Query { get; set; } public string Type { get; set; } } }