Concept Flow - Multiple generic parameters
Define class with <T1, T2>
Create instance with types
Use T1 and T2 in methods
Access properties of T1 and T2
Output results using both types
This flow shows how a class with two generic types is defined, instantiated with specific types, and used to access and output values of both types.