
Instead of storing a `std::optional<std::string>`, directly use a `std::string` and treat a missing value the same was as an empty string.
Instead of storing a `std::optional<std::string>`, directly use a `std::string` and treat a missing value the same was as an empty string.