public async Task GetHead() { var root = await crest.GetRootAsync(); var head = await crest.QueryHeadAsync(root.Alliances); }