}
}
+ @Override
+ public void deleteLocalAccountData() throws IOException {
+ throw new UnsupportedOperationException();
+ }
+
+ @Override
+ public boolean isRegistered() {
+ throw new UnsupportedOperationException();
+ }
+
@Override
public void close() {
}