Future<List<UserGroup>> getMatchingUsers() async { return await CardinalSdkPlatformInterface.instance.apis.user.getMatchingUsers( _sdkId, ); }