public override string ToString() { if (JSONQuery == null) { return(this.ToString()); } else { return(JSONQuery.ToString()); } }