/// <inheritdoc />
 protected override SerializationException CreateParseValueError(object runtimeValue)
 {
     return(ThrowHelper.PhoneNumber_ParseValue_IsInvalid(this));
 }