private void Initialize()
        {
            _indexValue          = 0;
            this.iOSUIAppearance = iOSCoreServiceContainer.Resolve <iOSUIManager> ();
            // Default alternating color?
            this._bHasAlternateGridBGColor = true;
            this._bAutoApplyUI             = true;

            UITableViewCell.GetAppearance <AspyTableViewCell>().BackgroundColor = UIColor.Clear;
        }