public Device(string ip) { IP = ip; _ping = PingWrapper.GetInstance(); }
public void Dispose() { _ping.Dispose(); _ping = null; }