Description
Create the base components used for handling properties:
- Define a base Property Interface
- Define a base Handler Interface
- Create a base Property implementation that delegate to handler the read and write call
- Create a base handler implementation for common operations