/// Set this string to the Spatial Anchors account key provided in the Spatial Anchors resource.
protected string SpatialAnchorsAccountKey = "Set me";
/// Our queue of actions that will be executed on the main thread.
private readonly Queue<Action> dispatchQueue = new Queue<Action>();
/// Use the recognizer to detect air taps.
private GestureRecognizer recognizer;