How to store the result into a byte[] with this declaration:
private static T Get(string resource, out string jsonResponse) where T : class
Thanks