static public function getDataStore()
  {
    if (is_null(self::$dataStore))
    {
      self::$dataStore = new opOAuthDataStore();
    }

    return self::$dataStore;
  }