Added methods to get the Address and Opening Times of a MyTurn instance based on the homepage of the library.
The address is just a string that will need parsed.
The opening times are a List of objects with the name of the day in the language of the library, the opening time as a DateTime.time() and the Closing time as a DateTime.time().
See unit tests for examples.