execute

abstract fun execute(): Result<T>

Executes the call synchronously, in a blocking way. Only call this from a background thread.