@Override
 public boolean authorizationExists(String accountId, String hwInstanceId) {
   return repo.authorizationExists(accountId, hwInstanceId);
 }
 @Override
 public boolean authorizationExists(String id) {
   return repo.authorizationExists(id);
 }