public FindValueResponseHandler(Context context, EntityKey lookupKey) {
    super(context, lookupKey.getPrimaryKey());
    this.lookupKey = lookupKey;

    setExhaustive(LookupSettings.EXHAUSTIVE_VALUE_LOOKUP.getValue());
    lookupStat = new FindValueLookupStatisticContainer(context, lookupId);
  }