#pragma once #include namespace utils::identity { std::string get_sys_username(); std::string get_sys_uuid(); }