protected override PropertyDeclarationSyntax AddAttribute(PropertyDeclarationSyntax prop)
 {
     return(prop.AddJsonPropertyAttribute());
 }