public static RuntimeType GetByRefType(RuntimeType targetType)
 {
     return(RuntimeTypeUnifier.GetByRefType(targetType));
 }