public SimulationGyroscopeAdapter(SimulationGyroscopeState state) : base(state.Name, DeviceType.Gyroscope) { this.state = state; lastAngularVelocity = state.AngularVelocity; lastUpdateTime = DateTime.Now; }