/// <inheritdoc cref="ComputeService.DeleteKeyPairAsync" />
 public static void DeleteKeyPair(this ComputeService service, string keypairName)
 {
     service.DeleteKeyPairAsync(keypairName).ForceSynchronous();
 }