public static ReportingService Compose() { return new ReportingService( new CustomerData(), new ReportBuilder(), new Emailer() ); }