IMPORTANT: The file content has been truncated. Status: Showing lines 16-28 of 28 total lines. Action: To read more of the file, you can use the 'start_line' and 'end_line' parameters in a subsequent 'read_file' call. For example, to read the next section of the file, use start_line: 29. --- FILE CONTENT (truncated) --- @Suppress("LongParameterList") class ViewModelDependencies( val app: ServiceBookApplication, val appGate: AppGate, val vehicleRepository: VehicleRepository, val recordRepository: RecordRepository, val categoryRepository: CategoryRepository, val vaultStorage: VaultStorage, val preferences: AppPreferencesStore, val billingManager: BillingManager, val debugBillingOverride: DebugBillingOverride?, )