public ContentBuilder(ContentBuilderParameters contentParameters, ContentFormatter contentFormatter)
 {
     this.contentParameters = contentParameters;
     this.contentFormatter  = contentFormatter;
 }
 public ContentBuilder(ContentFormatter contentFormatter)
 {
     this.contentFormatter = contentFormatter;
     contentParameters     = new ContentBuilderParameters();
 }