Google.Android.Material.ImageView.ShapeableImageView GetPlatformImageButton(ImageButtonHandler buttonHandler) => buttonHandler.PlatformView;
AppCompatImageButton GetNativeImageButton(ImageButtonHandler buttonHandler) => buttonHandler.NativeView;
UIButton GetPlatformImageButton(ImageButtonHandler imageButtonHandler) => imageButtonHandler.PlatformView;