class GitHubClient: def status(self) -> dict[str, str]: return {"status": "reserved", "integration": "github"}