private void ServiceRetentionCancellationOffButtonCommand()
 {
     _ = new ServiceRetentionButtonCommand(Viewer.Log, false);
 }
 private void ServiceRetentionOnButtonCommand()
 {
     _ = new ServiceRetentionButtonCommand(Viewer.Log, true);
 }