public TumblrClient(string key, string secret, string callback, string authorizedToken, string authorizedTokenSecret) : base(key, secret, callback, authorizedToken, authorizedTokenSecret) { Blog = new TumblrBlog(this); User = new TumblrUser(this); }