/// <summary>
 /// Get all the assets in the in-app campaign messages.
 /// </summary>
 /// <returns>
 /// All the assets in the in-app campaign.
 /// </returns>
 public override List <string> ListOfAssets()
 {
     return(new List <string> (Conversation.ListOfAssets()));
 }