* Method to obtain a clone of the current Carbon Context Holder.
*
* @return clone of the current Carbon Context Holder.
*/
private static CarbonContextHolder getClone() {
return new CarbonContextHolder(new CarbonContextHolderBase(
CarbonContextHolderBase.getCurrentCarbonContextHolderBase()));
}