public async Task <IActionResult> GetRooms(
     [FromServices] TwilioService twilioService) =>
 new JsonResult(await twilioService.GetAllRoomsAsync());