/// <inheritdoc />
 public override Task <IReadOnlyList <Entity> > LookupAsync(IEnumerable <Key> keys, CallSettings callSettings = null) =>
 DatastoreDb.LookupImplAsync(_client, _projectId, _readOptions, keys, callSettings);