// Save all data by sites
var masterList = project.Lists["Master"];
if(masterList.Count == 0)
{
project.SendInfoToLog("Links prepared", true);
return true;
}
string data = masterList[0];
project.SendInfoToLog(data, true);
return Macros.TextProcessing.Split(data, ",", "2").First();