* Changed argument exceptions so that they used the nameof() operator for parameter names
* Update IQSocket.cs
---------
Co-authored-by: John Doe <john@doe>
Co-authored-by: Martin-Molinero <martin@quantconnect.com>
The previous implementation accepts an array of log handlers which
is great, however, it lends itself to some sticky syntax.
Specifying params here makes some call sites cleaner and more
intuitive.