Adds a new Offer for the user;
TikiSdk addOffer(Offer offer) { _offers[offer.id] = offer; return instance; }