public GattDescriptor(Native native, IGattCharacteristic characteristic) : base(characteristic, native.Uuid) { this.native = native; }
internal GattDescriptor(GattCharacteristic characteristic, Uap.GattDescriptor descriptor) : this(characteristic) { _descriptor = descriptor; }