public static void Pause(this IAnimationManager manager)
 {
     manager.TryPause().ThrowIfError();
 }