using System;
public class Program
{
public static void Main()
Type.GetType("System.Collections.Immutable.ImmutableDictionary`2[[System.String, System.Private.CoreLib],[System.String, System.Private.CoreLib]]", throwOnError: true);
}