public static string MaxSize(this CommonHistorySqlType type)
        {
            string size = null;

            _maxSizes.TryGetValue(type, out size);
            return(size);
        }
 public static string ScriptName(this CommonHistorySqlType type)
 {
     return(type.ToString());
 }