I have a working C# console program that I now need in pure Python. The current code runs from the command line. The C# program calls a soap API on tree different endpoints using TSL and wsse security. Your task is to translate that logic into a working python script. I’ll share the C# source and sample input/output right after we start so you can confirm that your port produces identical results.