public static void Main()
Console.WriteLine("Hello World");
PropertyInfo properties = typeof(model).GetProperty("shock");
Console.WriteLine(properties);
var b=properties.GetValue(properties.Name);
public string shock {get; set;}
public string temp {get; set;}
public string vibration {get; set;}
public string tilt {get; set;}