pub fn run(
    static_config: &StaticConfiguration,
    wg_dev: Box<dyn WireguardDevice>
) -> BoxResult<()>