SO i am trying to do the following.
var gameJson = response.Content.ReadAsStringAsync().Result;
but i am unable to get the ReasAsStringAsync() in Restsharp.
SO i am trying to do the following.
var gameJson = response.Content.ReadAsStringAsync().Result;
but i am unable to get the ReasAsStringAsync() in Restsharp.