public ConversationTitle(IConversationListing parent, string title)
 {
     this.title = title;
     this.parent = parent;
 }
 public ConversationListingAutomationPeer(IConversationListing parent, string label)
     : base((FrameworkElement)parent)
 {
     this.label = label;
 }