internal T GetSocketOptionX <T>(ZmqSocketOption option) { m_socketHandle.CheckDisposed(); return((T)m_socketHandle.GetSocketOptionX(option)); }