///// <summary>
        ///// Return the path of the Config.json file
        ///// </summary>
        ///// <returns></returns>
        //private string GetConfigFileName() {

        //    +++
        //    return @"{0}\Config.json".format(ConfigJson.GetExtensionPath());
        //}

        private bool IsFirstExecution()
        {
            return(!System.IO.File.Exists(ConfigJson.GetConfigFileName()));
        }