if (null == object) { throw new IllegalArgumentException("Wrapped Object can not be null."); } mWrappedObject = object;
return mWrappedObject;