'eddbk_rest_api_client_id_transformer' => function (ContainerInterface $c) {
                    return new CallbackTransformer(function ($clientId) use ($c) {
                        if (empty($clientId)) {
                            return;
                        }