protected void tearDown() throws Exception {
    this.printDeviceData();
    this.printServerData();

    ServiceManager.shutdown();
  }
 public void tearDown() {
   ServiceManager.shutdown();
 }