private static string GetQueryString(Utilities.Query query, bool encode) { return(query.ToString(encode, "oauth_signature", "realm")); }