static void Main(string[] args) { FileRepository repo = new FileRepository(); CustomerService service = new CustomerService(_client); repo.CreateExcelFile(service.CompareCustomers(), filePath, fileName); }