public void Execute(NetMQSocket socket) { #pragma warning disable 618 socket.Unsubscribe(_topic); #pragma warning restore 618 }