using System; using System.Threading.Tasks; namespace LeanCloud.Realtime { public class LCIMServiceConversation : LCIMConversation { public LCIMServiceConversation(LCIMClient client) : base(client) { } } }