public async Task <ActionResult <IEnumerable <ChatroomViewModel> > > List() => Ok(await _service.List());