public override void Stop() { if (IsAvailable()) { IsActive = false; MotionManager.StopGyroUpdates(); } }