public bool AcceptCoin(Coin InsertedCoin)
 {
     return(vendingMachineService.AcceptCoin(InsertedCoin));
 }