public static void UninstallPatch()
    {
        if (_hook != null)
        {
            _hook.Uninstall();
        }

        _hook = null;
    }