/// <summary>
 /// Default constructor for CSharpClientCodeGenerator. It initializes contained generators with their default values.
 /// </summary>
 public CSharpClientCodeGenerator()
 {
     this._webContextGenerator = new CSharpWebContextGenerator();
     this._entityProxyGenerator = new CSharpEntityGenerator();
     this._complexObjectGenerator = new CSharpComplexObjectGenerator();
     this._domainContextGenerator = new CSharpDomainContextGenerator();
     this._enumGenerator = new CSharpEnumGenerator();
 }