The ManagingEnergy.Data namespace contains all the functionality needed to access ManagingEnergy data. This is accomplished through the IManagingEnergyDataAdaptor interface.
The interface exposes the different data stores used within ManagingEnergy.
Each store is responsible for managing a specific scope of data. For example the weather store manages the data associated with weather satiations and readings.
The API will work with any data source which implements the IManagingEnergyDataAdaptor and associated data store interfaces.