function ServiceContext(module,moduleId,headerImage,sitePath,fullSitePath,metaTitle,metaDescription,metaKeywords){
  this.module = module;
  this.moduleId = moduleId;
  this.headerImage = headerImage;
  this.sitePath = sitePath;
  this.fullSitePath = fullSitePath;
  this.metaTitle = metaTitle;
  this.metaDescription = metaDescription;
  this.metaKeywords = metaKeywords;
}
