WriteTempData
WriteTempData* tempData = new(std::nothrow) WriteTempData;
ObjectDeleter<WriteTempData> tempDataDeleter(tempData);