@After
  public void teardown() throws DBException {
    if (orientDBConnection != null) {
      orientDBConnection.close();
    }

    if (orientDBClient != null) {
      orientDBClient.cleanup();
    }
  }