Subscriptable
Wrapper Objects
class Wrapper()
This is needed because slicing in Subscriptable returns a list. The response handler also needs to be accounted for as that will be a part of generator.
Subscriptable Objects
class Subscriptable()
The base class to use for Data/Generators and such collection types.