public static bool IsDynamic(this Type type)
 => ReflectionHelper.IsDynamic(type);
 public static bool IsDynamic(this object obj)
 => ReflectionHelper.IsDynamic(obj);