private void UnMark(IId target, IId isStreaming) { if (!target.IsRefIId()) { return; } if (!target.ContainsProperty(isStreaming)) { return; } target.RemoveProperty(isStreaming); }