Check if key exists
@override Future<bool> hasKey(String keyId) async { return _keys.containsKey(keyId); }