public OvalCountBuilder WithCount()
 {
     this.countBuilder = new OvalCountBuilder(this);
     return this.countBuilder;
 }
 public OvalCountBuilder WithCount()
 {
     this.countBuilder = new OvalCountBuilder(this);
     return(this.countBuilder);
 }