Description
Right now it appears that the reading of key's and value's from DataStoreFactory#findProperty is a process which does not lowercase keys or values.
This can result in undesired behavhiour meaning that configuration properties are not used properly @Runtime.
The fix should be a lowercasing of all properties so that they can be stored within and read from the call to System properties.