public PageNotFoundViewModel Index(PageNotFoundSetupViewModel inModel)
 {
     return new PageNotFoundViewModel { Description = inModel.Description, ShowDescription = !string.IsNullOrEmpty(inModel.Description) };
 }
 public PageNotFoundViewModel Index(PageNotFoundSetupViewModel inModel)
 {
     return(new PageNotFoundViewModel {
         Description = inModel.Description, ShowDescription = !string.IsNullOrEmpty(inModel.Description)
     });
 }