public T Load <T>(string path) { return(BinaryAdapter.Deserialize <T>(FileAdapter.ReadAllBytes(_defaultPath + path))); }