internal Hashtable ToHashtable()
        {
            Hashtable hashtable = new Hashtable();

            hashtable.AddIfNotEmpty("dataName", DataName);
            hashtable.AddIfNotEmpty("converter", Converter, _functionsHash);
            return(hashtable);
        }