pub fn list_services() -> Result<Vec<(String, String)>, Error>
Lists all installed services and their current status.
Returns an error if installed packages cannot be retrieved or if querying service status fails.