pub fn insert<K, V>(key: K, value: V) -> Option<String> where K: Into<String>, V: Into<String>,
Inserts a new entry into the MDC, returning the old value.