public async Task <bool> ExistAsync(ByteArray parentId, ByteArray entityId)
 {
     return(repository.Contains(parentId, entityId));
 }