public virtual void FinalizeTestClass(TestClassGenerationContext generationContext)
 {
     CodeDomHelper.AddCommentStatement(generationContext.TestClassInitializeMethod.Statements, "Some other functionallity avaliable on");
     CodeDomHelper.AddCommentStatement(generationContext.TestClassInitializeMethod.Statements, "https://github.com/chrismckelt/XUnit.OptionallyIgnore");
 }