public void ComposeReport() { string data = _documentFormatter.formatDocument(_dataGetter.getData()); _reportPrinter.printReport(data); }