executeUseCase

inline suspend fun <R> CoroutineScope.executeUseCase(block: () -> R): Result<R>