Get the node's implementation name. Plain old string.
Future<String> name() async { final response = await _provider.send('system_name', []); return response.result as String; }