public void HandleMessage(string data) { var tunnel = JsonConvertor.ConvertToClass <Tunnel>(data); CurrentTunnelsAccesor.AddTunnel(tunnel); }