protected void Dispose() { if (AvatarGroup != null) { AvatarGroup.RemoveAvatar(this); } }
public void Dispose() { AvatarGroup?.RemoveAvatar(this); }