Future<bool> delete(String instrumentKey) => js_util .promiseToFuture(js_util.callMethod(this, 'delete', [instrumentKey]));