private object[] GetMaturity(ResourceMaturity maturity)
 {
     return(new object[]
     {
         ResourceMaturityHelper.GetMaturityLabel() + ": ",
         Html.Img(_outputPaths.GetRelativePath(OutputFileType.Image, maturity.GetAssociatedIcon())),
         " ",
         maturity.GetDescription(),
         "."
     });
 }