Currently, history store initialisation is spread across multiple functions. To have them as a single open and close pair of functions.
Open will include
- To check and delete LAS file.
- To open the history store file.
- To unify the error handling across both of them.
A corresponding close function