public KeyValuePair <string, string> LangByKey(string key) { return(Langs.First((x) => x.Key == key)); }