public void Notify(string text)
 {
     TestCharacteristicWrapper.GattServerCharacteristic.Value = Encoding.UTF8.GetBytes(text);
     TestCharacteristicWrapper.NotifyAll();
 }