public RedditUser GetUser(string name) { var json = _webAgent.CreateAndExecuteRequest(string.Format(UserInfoUrl, name)); return(new RedditUser(this, json, _webAgent)); }