/// <inheritdoc cref="ComputeService.GetConsoleOutputAsync" />
 public static string GetConsoleOutput(this ComputeService service, Identifier serverId, int length = -1)
 {
     return(service.GetConsoleOutputAsync(serverId, length).ForceSynchronous());
 }