def record(self, human_demo, nb_points): call = self.services['record']['call'] return call(RecordRequest(human_demo=Bool(data=human_demo), nb_points=UInt8(data=nb_points)))