public QueryHandle CreateQuery() { return(ResultsHandle.CreateQuery()); }
public QueryHandle CreateQuery() => ResultsHandle.CreateQuery();