Task _StartNotifyAsync() => proxy.StartNotifyAsync(); // TODO: might want to wait until "Notifying" property is true Task _StopNotifyAsync() => proxy.StopNotifyAsync();
public Task StopNotifyAsync() { return(_gattCharacteristic1Proxy.StopNotifyAsync()); }