internal static Exception CouldNotConvert(object p0, object p1) => (Exception) new InvalidCastException(Strings.CouldNotConvert(p0, p1));