public SensorStatusPageViewModel(PacketLogModel logModel)
 {
     Tag = logModel.ObserveProperty(x => x.Tag).ToReadOnlyReactivePropertySlim();
 }