private bool BuyProduct(int productId, EMoneyType moneyType) { return(MachineState.BuyProduct(productId, moneyType)); }