Future<List<Group>> listGroups() async { return await CardinalSdkPlatformInterface.instance.apis.group.listGroups( _sdkId, ); }