public StackedDevice(OutputDevice a, OutputDevice b) { _a = a; _b = b; writer = new StackedWriter(a, b); }