public IFdbAsyncEnumerable <T> Where([NotNull] Func <T, bool> predicate)
 {
     return(FdbAsyncEnumerable.Where(this, predicate));
 }