public CopyMachine() { Coins = 0; StorageMedia = null; State = new InitState(); }
public CopyMachineContext() { State = new InitState(); }