#pragma once #include #include #include namespace service { bool RegisterAndStart(const std::string& driver_path); bool StopAndRemove(const std::string& driver_name); };