HomeConnect stop is not available as service

Does anyone know why the stop command isn’t available as a service.

In the imported API used by Home Core there is this command.

Home Core just expose pause and resume:
See here
core/homeassistant/components/home_connect at 54a659c51b12295f5a84ea8ef056c260c682e9d1 · home-assistant/core · GitHubinit.py

But the underline API have also a stop command:

Is there a reason not to offer the stop command as a service?