public bool HasKey(string key)
 {
     return(writer.HasKey(key));
 }
 public bool HasKey(string key)
 {
     return(dict.HasKey(key));
 }