public double TimeSinceLastUpdate(string PropertyName)
 {
     RemoteClientDriver.SetClientTimeout(client, standardServerResponseTimeout);
     return(RemoteClientDriver.GetStringIndexedDouble(clientNumber, client, URIBase, TL, "TimeSinceLastUpdate", PropertyName));
 }