public async Task <ActionResult <IEnumerable <MinecraftPod> > > Get() { return(await _client.GetServicePods()); }