public void Remove(string key)
 {
     writer.Remove(key);
 }
 public void Remove(string key)
 {
     dict.Remove(key);
 }