public IEnumerable <TopicPartition> GetConsumerAssignment(Guid consumerId, [Required] string token) { return(_service.GetConsumerAssignment(consumerId, token)); }