public async Task Unregister(Group group, int id) { _service.Remove(id); await group.SendPlainAsync("移除了,也许没有,总之它不存在了"); }