public static string ToAbbrevation(this JMNedictType d)
 {
     return(d.ToString().Replace("_", "-"));
 }
 public static string ToLongString(this JMNedictType value)
 {
     return(mapping.ToLongString(value));
 }