public void OnClicked(IClickStatus clickStatus) { if (_imageCell == null) { return; //TODO-Later-Log } _imageCell.OnClicked(clickStatus); }