private void SendVibrationReading() { var reading = _vibration.GetReading(); if (reading == 1) { Debug.WriteLine("Vibration Detected"); } }