public async Task <IEnumerable <ChatRoomDto> > GetAllMessages() { var data = repository.GetAllMessages(); return(data); }