(See
https://github.com/aerogear/aerogear-android/pull/33)[Yes it isn't coarsely
separated, it is just a bunch of proof of concept stuff]
Right now DataManager has a method: public Store add(params) which adds a store. This
mirrors the ios and js libraries. However, the similar method on Pipeline and
Authenticator is pipe(params) and auth(params) respectively. I propose we change the
method in DataManager across the board to store(params).
Thoughts from the list?