pub fn get_wireguard_device_linux<T: Into<String>>(
    wg_name: T
) -> BoxResult<Box<dyn WireguardDevice>>