namespace DualScreenDemo { public class RequestData { public string buttonId { get; set; } public string text { get; set; } } }