runInScope

inline suspend fun <T, S : Scope> ScopeService<S>.runInScope(description: String, operationBody: (Scope) -> T): T
inline suspend fun <T, S : Scope> ScopeService<S>.runInScope(scope: S, description: String, operationBody: (S) -> T): T