localstorage
localstorage copied to clipboard
Add overload for Store/Get specifically for collections
For example:
Store<T>(string key, string collection, T instance);
A similar approach could be handled for the generic Get<T> operation.