/// <inheritdoc cref="ComputeService.DeleteServerGroupAsync" />
 public static void DeleteServerGroup(this ComputeService service, Identifier serverGroupId)
 {
     service.DeleteServerGroupAsync(serverGroupId).ForceSynchronous();
 }