public async Task <ChatCollection> RetrieveCollection(ChatCollectionId value)
 {
     throw new NotImplementedException();
 }
 public async Task <bool> RemoveCollection(ChatCollectionId value)
 {
     throw new NotImplementedException();
 }