public string GetDeviceIpAddress(string deviceId) { return(_view.GetDeviceIpAddress(deviceId)); }
public string GetDeviceIpAddress(string deviceId) { return(platform.GetDeviceIpAddress(deviceId)); }