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