// SteamAPI_Shutdown should be called during process shutdown if possible.
 public static void Shutdown()
 {
     InteropHelp.TestIfPlatformSupported();
     NativeMethods.SteamAPI_Shutdown();
     CSteamAPIContext.Clear();
     CallbackDispatcher.Shutdown();
 }