Defines key -> value pair with key and value having type String.
using StringKeyValue = std::pair<String, String>;