Generate unique name like 'new123456' suitable for creating a new group topic
String newGroupTopicName(bool isChan) { return _tinodeService.newGroupTopicName(isChan); }