### Plugin share_plus ### Use case Currently every method on share are static but they do not need to be. This is less convenient for testing and ioc. ### Proposal Make `Share` a real object by having its method as instance methods.