public Dictionary <Coin, int> ReturnCoins()
 {
     return(vendingMachineService.ReturnCoins());
 }