public override int BeginTransaction(float amount) { coinmachine.Betala((int)Math.Round(amount * 100)); return(1); }