public static void Shutdown(this IAnimationManager manager)
 {
     manager.TryShutdown().ThrowIfError();
 }