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