/// <inheritdoc cref="ComputeService.GetKeyPairAsync" />
 public static KeyPair GetKeyPair(this ComputeService service, string keypairName)
 {
     return(service.GetKeyPairAsync(keypairName).ForceSynchronous());
 }