public void Save <T>(string path, T obj)
 {
     FileAdapter.WriteAllBytes(_defaultPath + path, BinaryAdapter.Serialize(obj));
 }