private void Connect() { WorkLocations = new WorkLocationsEndpoint(Client); PayStubs = new PayStubsEndpoint(Client); PaySchedules = new PaySchedulesEndpoint(Client); Employees = new EmployeesEndpoint(Client); PayRuns = new PayRunsEndpoint(Client); Settings = new SettingsEndpoint(Client); Timesheets = new TimesheetsEndpoint(Client); }