public RoomDto Get(int roomId)
 {
     return(_chatApplicationService.GetRoomByRoomId(roomId));
 }