Future<void> removeCircle(String key) async { await promiseToFuture(interop.removePath(mapIdMixin, key)); }