internal Agent(ConsulClient c) { _client = c; _nodeNameLock = new AsyncLock(); }
internal Releaser(AsyncLock mutex) { _mutex = mutex; }