Future<dynamic> subscribeToRegistry(String subscription) async { return await _contract.send("subscribeToRegistry", [subscription]); }