public void EnterBreakState()
 {
     _encService.BreakStateOrCapabilitiesChanged(GetSessionId(), inBreakState: true, out _);
 }