public string SensorDescription(string PropertyName)
 {
     RemoteClientDriver.SetClientTimeout(client, standardServerResponseTimeout);
     return(RemoteClientDriver.GetStringIndexedString(clientNumber, client, URIBase, TL, "SensorDescription", PropertyName));
 }