in Sources/ServiceDiscovery/InMemoryServiceDiscovery.swift [176:182]
func withLock(_ body: () -> Void) { self.lock() defer { self.unlock() } body() }