Method LoadTreeAsync<TProps>(long, IRedbUser, int?)
Load tree/subtree by root object ID with explicit user (uses config.DefaultCheckPermissionsOnLoad).
Task<TreeRedbObject<TProps>> LoadTreeAsync<TProps>(long rootObjectId, IRedbUser user, int? maxDepth = null) where TProps : class, new()