public async Task <ProviderModel> GetProviderName([FromBody] WaitingRoomModel model)
 {
     return(await _manager.RoomProviderDetails(model));
 }