don't rely on all services reporting in-use together for UI to show connection in use
// this test doesn't specify all the interface members
function Test() {
}
Test.prototype.getInstance = function() {
return instance;
}
Test.prototype.getProperties = function() {
return properties;
}