public void SetMatchingStyles(BindableObject obj, string[] value)
 {
     Css.SetMatchingStyles(obj, value);
 }