public IAsyncOperation Lock(string requestUrl) {
      var operation = new MutableAsyncOperation();

      LockImpl(requestUrl, editor => {
        operation.Progress = 1.0f;