namespace Gdsi.Model { public class YBRequest { public string type { get; set; } public string value { get; set; } } }