public override void DecelerationStarted(UIKit.UIScrollView scrollView)
 {
     OnDecelerationStarted?.Invoke(scrollView, null);
 }
 public override void DraggingStarted(UIScrollView scrollView)
 {
     OnDecelerationStarted?.Invoke(scrollView, EventArgs.Empty);
 }