def get(self, id): """API""" repo_data = self.repository.get(id) client_data = self._repo_to_client(id, repo_data) return client_data