// Note: unfortunately, the class name is not enough
 //       so the key should contains the method table address
 public static string GetKey(TypeEntry entry)
 {
     return($"{entry.Name}|{entry.MethodTable}");
 }