public async Task <string> GetRoomNameForParticipant(CallParticipantModel model) { return(await _repo.GetRoomNameForParticipant(model)); }