public override void Refresh()
        {
            _termGroup.RefreshLoad();
            _termGroup.Context.ExecuteQuery();
            base.Refresh();

            if (_termGroup.IsPropertyAvailable("Description"))
            {
                SetProp("Description", _termGroup.Description, false);
            }

            _termSets = null;
        }