private void Log(Sftp sftp, String message)
 {
     Logger.Log($@"SftpDistributer.Distribute(){Environment.NewLine
                 }sftp.Put(){Environment.NewLine
                 }{sftp.ToString()}{Environment.NewLine
                 }" + message,
                 EventLogEntryType.Information);
 }