void CreateMSBuildAttribute(string fullName, string shortName)
 {
     helper = new AttributeHelper();
     helper.CreateAttribute(fullName, shortName);
 }