IEnumerable <Property> GetProperties()
 {
     foreach (string propertyName in project.GetAllPropertyNames())
     {
         yield return(CreateProperty(propertyName));
     }
 }