public bool HasAttribute(Type attribute)
 {
     return(SystemType.IsDefined(attribute, true));
 }