public void DoWork() { this.reader = new KeyboardReader(); this.writter = new PrinterWriter(); this.writter.Write(this.reader.Read()); }