message-db-temp-0.0.1.0: official-message-db-upstream/test/_controls/category.sh
function category {
local uuid=$(echo $(uuidgen) | tr '[:upper:]' '[:lower:]')
local category_suffix=${uuid:0:8}
local category="${1:-testStream}X$category_suffix"
echo $category
}