Method LoadWithParentsAsync(IEnumerable<long>, IRedbUser, int, bool?)
Bulk polymorphic load of objects by ID with parent chains with explicit user.
Supports objects of different schemes in one request.
Each object has its Parent chain populated up to root.
Task<List<ITreeRedbObject>> LoadWithParentsAsync(IEnumerable<long> objectIds, IRedbUser user, int depth = 10, bool? lazyLoadProps = null)