public override string ToString()
 {
     return($"QuerySingle: Props={string.Join(",", EntityPropertySelected.Select(p => p.Alias))}; Distinct={IsDistinct}; OrderBy={string.Join(",", OrderByClause?.Select(p => p.Alias) ?? Enumerable.Empty<string>())}; Limit={Limit?.RowCount}");
 }