public static void AddAttributes(this NativeNSMutableAttributedString s, NativeCTStringAttributes a, StringRange r)
 {
     s.AddAttributes(a, new NSRange(r.Location, r.Length));
 }
 public CTStringAttributesWrapper(string className)
 {
     attrs     = new NativeCTStringAttributes();
     ClassName = className;
 }