/// <inheritdoc cref="ComputeService.GetRdpConsoleAsync" />
 public static RemoteConsole GetRdpConsole(this ComputeService service, Identifier serverId)
 {
     return(service.GetRdpConsoleAsync(serverId).ForceSynchronous());
 }