public static Action Compose() { return () => RunCustomerReportBatch( GetCustomersForCustomerReport, CreateCustomerReport, SendEmail); }