package sway func (c *Client) GetTree() (*Node, error) { return sendMessage[*Node](c, 4, "") }