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