public Room CreateRoom(CreateRoomModel model) { var entity = model.ToDest(); PrepareCreate(entity); return(context.Room.Add(entity).Entity); }