public async Task <QueryResultSet <kCura.Relativity.Client.DTOs.User> > QueryAllUserArtifactIDs()
 {
     try
     {
         return(await ArtifactQueries.QueryAllUsersArtifactIDsAsync(
                    rsapiApiOptions : RsapiApiOptions,
                    userRepository : RsapiRepositoryGroup.UserRepository));
     }
     catch (Exception ex)
     {
         throw new AdminMigrationUtilityException(Constant.ErrorMessages.QueryAllUserAdminObjectsError, ex);
     }
 }