public object ToNative(MvxColor mvxColor)
 {
     var color = mvxColor.ToNativeColor();
     return new SolidColorBrush(color);
 }