public async Task MoveAsync()
        {
            if (await TableUtility.MoveAsync(this.authentication, this.descriptor) == false)
            {
                return;
            }

            if (this.Owner is ISelector)
            {
                this.ExpandAncestors();
            }
        }