public function getClient($clientId)
 {
     return $this->clientManager->findClientByPublicId($clientId);
 }