public WhenConstructedWithInlineCountNone()
 {
     this.rawValue = "$inlinecount=none";
     this.option = new InlineCountQueryOption(this.rawValue);
 }
 public WhenConstructedWithInlineCountAllPages()
 {
     this.rawValue = "$inlinecount=allpages";
     this.option = new InlineCountQueryOption(this.rawValue);
 }