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