protected override void ProcessRecord()
 {
     // TmxHelper.ExportTestSettings(this, this.Path, this.VariableName);
     ImportExportHelper.ExportTestSettings(this, Path, VariableName);
 }