private void SendPong() { _wc.Send("{\"type\":\"pong\",\"body\":{}}"); }
public void Send(string str) { _wc.Send(str); }