private ActionUnderTest theAgentSearchesForTheServiceProblemUsingAServiceId() {
    return (givens, capturedInputAndOutputs) -> {
      supermanApp.appContainer().searchPanel().searchFor(serviceProblem.serviceId());

      return capturedInputAndOutputs;
    };
  }