private void PublishShoutSkinProperties(TraktShout shout) { if (shout == null) { return; } GUICommon.SetUserProperties(shout.User); GUICommon.SetShoutProperties(shout, IsWatched); }