private IDataStore GetDataStore(string name)
 {
     return(dataStoreFactory.Retrieve(name));
 }