public int AddDevice() { return((!_isWin) ? LinuxInterop.tdAddDevice() : WinInterop.tdAddDevice()); }