public string generateID(string sourceUrl) { return string.Format("{0}_{1:N}", sourceUrl, Guid.NewGuid()); }