public void Save() { _backingStore.Save(); }
public IFeature Save() { _backingStore.Save(this); return(this); }