public override string ToString() { return(WebAPI.EncodeQuery(_Queries)); }
public WebAPIQueries(string query) : this(WebAPI.DecodeQuery(query)) { }