new VidalClaimImportService(), (int) env('ABHI_PRIMARY_KEY_CONSTANT') => new AbhiClaimImportService(), (int) env('MEDI_ASSIST_PRIMARY_KEY_CONSTANT') => new MediAssistClaimImportService(), (int) env('FHPL_PRIMARY_KEY_CONSTANT') => new FhplClaimImportService(), (int) env('R_CARE_PRIMARY_KEY_CONSTANT') => new RcareClaimImportService(), (int) env('ICICI_PRIMARY_KEY_CONSTANT') => new IciciClaimImportService(), default => throw new InvalidArgumentException( "Unsupported TPA ID: {$tpaId}" ), }; } }