private void GetCoin(ICoin iCoin)
 {
     iCoin?.GetCoin(_fruitModel.coinValue);
 }