Future<List<String>> getHierarchy(String id) async { return await CardinalSdkPlatformInterface.instance.apis.group.getHierarchy( _sdkId, id, ); }