private static void SteamClosed()
        {
            SteamClient.Cleanup();

            OnSteamShutdown?.Invoke();
        }