private static bool PageNotComplete(T[] pageOfResults, Pagination pagination) { return(pageOfResults.Length < pagination.PageSize); }