using Newtonsoft.Json.Linq;
public static void Main()
""@type"": ""Authentication"",
""Token"": ""cc622e9c-0d56-4774-8d79-543c525471b4""
""@type"": ""GetApplication"",
JObject result = JObject.Parse(json);
foreach(var item in result["log"]["Response"])
Console.WriteLine(item["@type"]);