public void EnterPincode(uint pin) { machineState.EnterPincode(pin); }
public void EnterPincode(int pinCode) { machineState.EnterPincode(pinCode); }