67686970717273
log.debug("Does service {} match path {}?", service, path); if (service.getPath().equals(path)) { return service; } } throw new UnboundReasoningServiceException(); }