public static Brush ToNativeBrush(this Xamarin.Forms.Color color)
 {
     return(new SolidColorBrush(color.ToNativeColor()));
 }