void save(const std::string& filepath) const { io.save(filepath); }
void save(const std::string& filepath) { dtm.save(filepath); }