public void Remove(ICustomFolder folder, bool force = false)
 {
     throw new NotImplementedException();
 }
 public void Remove(ICustomFolder obj)
 {
     throw new NotImplementedException();
 }
 public ICustomFolder Add(string name, string alias, ICustomFolder parentFolder)
 {
     throw new NotImplementedException();
 }