public void FixPointers() => Utils.FixPointers(this);
 public Task FixPointers() => Task.Run(() => Utils.FixPointers(this));