Example #1
0
 private T GetResponseAsObject <T>(string responseAsString)
 {
     return(ContentAdapter.JsonStringToObject <T>(responseAsString));
 }