public ICrmAttribute this[string propertyName]
 {
     get
     {
         return(SystemProperties.FirstOrDefault(p => p.Name == propertyName));
     }
 }