in app/services/CompositeUserService.scala [11:14]
def healthCheck(): Future[Unit] = for { _ <- okta.healthCheck() _ <- identityDb.healthCheck() } yield ()