Figure out if the topic name belongs to a p2p topic
static bool isP2PTopicName(String topicName) { return Tools.topicType(topicName) == 'p2p'; }