Conversation = await client.CreateConversationAsync(receiver);
会报“未将对象引用到对象的实例”。
用CreateChatRoomAsync的时候也会报这个错,不过存储里会生成Conversation。