public async Task <ActionResult> Details(string id) => View(RoomTypeViewModel.FromRoomType(await _repository.GetByNameAsync(id)));