execute

abstract suspend fun execute(args: Bundle): Result<Bundle>

Function that must execute a command of the commandTypeId. Should return ExecutionException if the command cannot be executed for some reason.