getSessionAsync
abstract fun getSessionAsync(sessionId: UUID): ListenableFuture<out ProgressSession<InstallFailure>?>
Returns an install session which matches the provided sessionId, or null
if not found.
Cancelling this future is a no-op.