private Content CoerceContent(SyncEventArgs args) { return new Content() { Clip = null, ContentType = args.ContentType, Description = args.Content }; }
protected void OnContentSynced(SyncEventArgs e) { if (ContentSynced != null) ContentSynced(this, e); }