Does anyone have experience connecting to the TES 6.2 SOAP API using C#? I am running into some errors associated with this that I can't work around. I have been able to successfully connect using SOAPUI and using a SOAP package in Python. In C# though I am getting an error authenticating. Clearly it's my inexperience with C# and SOAP that is causing an issue. Anyone have just a quick code example they can share of how to authenticate and maybe pass a simple command like GetMasterVersion?