std::string ZDvidUrl::getSp2bodyUrl(const std::string &suffix) const { return GetFullUrl(getSp2bodyUrl(), suffix); }
std::string ZDvidUrl::getSp2bodyUrl(const std::string &suffix) const { return getSp2bodyUrl() + "/" + suffix; }