in RESTProxy/Models/AsyncLock.cs [38:41]
public AsyncLock() { this.releaser = Task.FromResult((IDisposable)new AsyncLockReleaser(this)); }