private void checkBoxServiceReporting_Checked(object sender, RoutedEventArgs e) { if (!_updatingLogAndReportingStatus) { _currentExpectedAction = ExpectedAction.ActivateReporting; _clientLogic.AdminUpdateReportingState(true); } }