public void ForceCulture()
 {
     this.session = new CultureSession("en-US");
 }
 public void ForceCulture()
 {
     this.session = new CultureSession("fr-FR");
 }