public void Begin(FrameworkElement element, Action onCompleted) =>
 First.Begin(element,
             () => Second.Begin(element, onCompleted));