public static void ValidateStep12(CSharpSyntaxTree tree, SemanticModel model, Assembly assembly)
 {
     ValidateStep11Properties(tree, model, assembly);
     CSharpCommonValidator.ValidateClassIfImplementInterface(tree, model, "Lesson4ViewModel",
                                                             "IValidatableObject");
 }