public static DataStore GetInstance() { if (instance == null) { instance = new DataStore("PlutonDatastore.ds"); } return instance; }