public CustomBasicList <YahtzeeResults> GetResults()
        {
            var tempComboList = _model !.ComboHandList !.HandList.ToRegularDeckDict();
            var otherList     = SingleInfo !.MainHandList.GetInterfaceList();

            return(_yatz.GetResults(tempComboList, otherList));
        }