public string CreateRecordForChatData(string strMsgSid, string strSenderSid, string strRoomSid, BeautifulTalkInfrastructure.ProtocolFormat.ContentType contentType, string strContent, long lSendTime)
 {
     throw new NotImplementedException();
 }
 public void AnalyzeChatData(string strMsgId, string strMsgSid, string strSenderSid, string strRoomSid, string strContent, long lSendTime, IList <string> arMemberSids, IList <string> arActiveMemberSids, BeautifulTalkInfrastructure.ProtocolFormat.ContentType contentType)
 {
     throw new NotImplementedException();
 }