I believe there is an issue with the .Boxed() method in Literals.cs when the property has value 20. This will cause an "Index was outside the bounds of the array" error.
args.Add("LIMIT".Literal());
args.Add(_paging.Offset.Boxed());
args.Add(_paging.Count.Boxed());