public static InterfaceMapping GetRuntimeInterfaceMap(this TypeInfo typeInfo, Type interfaceType) { return(typeInfo.GetRuntimeInterfaceMap(interfaceType)); }