public static void Main()
string _filesPath = @"\\stfsauto01\Acquiring_com\2_MerchantsFiles\";
string clientID = "1234";
string folderPath = _filesPath + sftpSub.ClientID + @"\" + (!String.IsNullOrEmpty(frequency) ? frequency + @"\" : "");
Console.WriteLine(folderPath);