/// <inheritdoc cref="ComputeService.CreateKeyPairAsync" /> public static KeyPairResponse CreateKeyPair(this ComputeService service, KeyPairRequest request) { return(service.CreateKeyPairAsync(request).ForceSynchronous()); }