public static void Resume(this IAnimationManager manager)
 {
     manager.TryResume().ThrowIfError();
 }