Tuples:
tuple is a data structure that contains a sequence of elements of different data types. It can be used where you want to have a data structure to hold an object with properties, but you don’t want to create a separate type for it. Tuple<T1, T2, T3, T4, T5, T6, T7, TRest>