I can Get the min and max in 2 Qeurys, but is it possible with C# to do it with 1?
var max = (await collection.Sort(descendingDateTime).Limit(1).FirstOrDefaultAsync()