## Affects: Server Actions ## Need for this: Links the request console action API ## Hetzner API documentation https://docs.hetzner.cloud/#server-actions-request-console-for-a-server ## Tasks - [ ] Implement method on Server class - [ ] Add new Action enum - [ ] Implement change in ServerChangeListener - [ ] Implement new method to handle this action, as the response body differs, in ServerService - [ ] Add testing