/// <inheritdoc cref="ComputeService.SnapshotServerAsync" />
 public static Image SnapshotServer(this ComputeService service, Identifier serverId, SnapshotServerRequest request)
 {
     return(service.SnapshotServerAsync(serverId, request).ForceSynchronous());
 }
 /// <inheritdoc cref="ServerReference.SnapshotAsync"/>
 public static Image Snapshot(this ServerReference server, SnapshotServerRequest request)
 {
     return(server.SnapshotAsync(request).ForceSynchronous());
 }