public void Remove(CompositionAnimation value) => Animations.Remove(value);
 public void Add(CompositionAnimation value) => Animations.Add(value);