/// <inheritdoc cref="ComputeService.GetServerAddressAsync" />
 public static IList <ServerAddress> GetServerAddress(this ComputeService service, Identifier serverId, string key)
 {
     return(service.GetServerAddressAsync(serverId, key).ForceSynchronous());
 }