I try to
var result = await _session.Query() .Where(p => p.PSAR > p.PrevPSAR, true) .ToListAsync();
but I