ReflectionExtensions
Provides NUnit specific extensions to aid in Reflection
across multiple frameworks
GetTypeInfo gives access to most of the Type information we take for granted
on .NET Core and Windows Runtime. Rather than #ifdef different code for different
platforms, it is easiest to just code all platforms as if they worked this way,
thus the simple passthrough.