public void CommandBlind(string command, bool raw = false)
 {
     RemoteClientDriver.SetClientTimeout(client, longServerResponseTimeout);
     RemoteClientDriver.CommandBlind(clientNumber, client, URIBase, TL, command, raw);
 }