/// <summary>
 /// Get conversation messages
 /// <param name="conversation_id">Unique id for the campaign</param>
 /// </summary>
 public async Task <RootConversationMessage> GetAllMessagesAsync(string conversation_id)
 {
     return(await msg.GetAllMessagesAsync(conversation_id));
 }