public string SetIoMap()
        {
            string path = null;

            using (IoMapConfigOperator op = new IoMapConfigOperator())
            {
                path = op.SetIoMap(Config);
            }
            return(path);
        }