public string Execute(string[] args, out bool result)
 {
     result = true;
     return(ConfigJson.ConvertConfigToString());
 }