private static dynamic ReadJson(HttpWebResponse response) { using (response) { return(JsonTokenizer.Parse(Read(response))); } }