public SchemaDescriptionUpdater(TContext context)
 {
     this.context = context;
     reader       = new XmlAnnotationReader();
 }
 public SchemaDescriptionUpdater(TContext context, string xmlDocumentationPath)
 {
     this.context = context;
     reader       = new XmlAnnotationReader(xmlDocumentationPath);
 }