public void Ref() { if (RefCount == 0) { async.Ref(); } RefCount++; }
public void Ref() { async.Ref(); }