cannot generate code properly with following code ``` cs [AutoGen("Error", typeof(string), "")] [AutoGen("Uri", typeof(Uri), null)] [AutoGen("Description", typeof(string), "")] [Serializable] internal partial class xxxxPage : NotifyPropertyChangedBase { } ```