/// <summary>
 /// Clears a parameter from the animation.
 /// </summary>
 public void ClearParameter(string key) => _propertySet.Clear(key);