/// <inheritdoc cref="ComputeService.GetFlavorAsync" />
 public static Flavor GetFlavor(this ComputeService service, Identifier flavorId)
 {
     return(service.GetFlavorAsync(flavorId).ForceSynchronous());
 }