public static void Main()
Console.WriteLine("Hello World");
var json = "{ \"refInfo\": \"55555511111211.11\", \"additionalRefInfo\": \"\",\"targetOrigin\": \"\",\"profile\": \"FullSteam_EMVReader\",\"entryMethod\": 1,\"tokenType\": 0}";
Newtonsoft.Json.Linq.JObject jsonObj = Newtonsoft.Json.Linq.JObject.Parse(json);
int actionType = (int)jsonObj["ActionType"];