public PropertyDeclarationSyntax ToDeclarationSyntax() { var propGen = new PropertyGenerator(); var convertedType = TypeConverter.Type(TypeString); return(convertedType.HasValue ? propGen.GenerateProperty(CleanName, convertedType.Value) : propGen.GenerateProperty(CleanName, TypeString)); }