What does the where clause do?
Filters a sequence based on a predicate function that’s applied to each element in the sequence.
What does the OfType extension method do and what parameters does it take?
Filters a sequence based on the type of the items in it.
It takes a type parameter inside an angled bracket.