Should use storage service for referential integrity checking of the parquet
In the referential integrity checking we are using the search service, which can have a delay from the indexer before it shows up. Since we know the exact ID we should switch to using the storage service to check for the record instead since we don't really need to search. This should eliminate potential errors being returned from index timing.