/// <inheritdoc cref="ComputeService.CreateVolumeAsync" />
 public static Volume CreateVolume(this ComputeService service, VolumeDefinition volume)
 {
     return(service.CreateVolumeAsync(volume).ForceSynchronous());
 }