protected bool Equals(IndexConfiguration other)
 {
     return(DictionaryExtensions.ContentEquals(this, other));
 }
 public IndexDefinition()
 {
     _configuration = new IndexConfiguration();
 }