public static function getInstance()
 {
     if (!self::$CDataStore) {
         self::$CDataStore = new ConfigurationDataStore();
         return self::$CDataStore;
     }
     return self::$CDataStore;
 }