//val result: Int = //an expression so can do thistry { remoteCalculatorService.add(1, 2)} catch {case e: ServerIsDownException => log.error(e, "the remote calculator service is unavailable. should have kept your trusty HP.")} finally { remoteCalculatorService.close()}