public void Dispose()
 {
     // Return the socket-instance to the pool, but never close the socket
     _prodysSocketPool.ReleaseSocket(_socket);
 }