When concurrent stumps instances are created on the same localhost they have a chance of incurring a HttpListenerException with conflicting Ports.
Example:
System.Net.HttpListenerException : Failed to listen on prefix 'http://*:7001/' because it conflicts with an existing registration on the machine.
2018 Issue raised by Alec: https://github.com/TSYS-Merchant/stumps/issues/97
When concurrent stumps instances are created on the same localhost they have a chance of incurring a HttpListenerException with conflicting Ports.
Example: System.Net.HttpListenerException : Failed to listen on prefix 'http://*:7001/' because it conflicts with an existing registration on the machine.