/// <inheritdoc cref="ComputeService.GetServerActionAsync" />
 public static ServerAction GetServerAction(this ComputeService service, Identifier serverId, Identifier actionId)
 {
     return(service.GetServerActionAsync(serverId, actionId).ForceSynchronous());
 }