public string Get(ValidationMessageKeys key)
 {
     return Map[key];
 }
 public string Get(ValidationMessageKeys key)
 {
     return(Map[key]);
 }