public string Get(Languages language, string key)
 {
     return(_lang.GetValueByKey(language, key));
 }