*/ public function handle(Api $api, int $namiId): Collection { return $api->membershipsOf($namiId); } }